home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 33
/
Volume 33 - JOGO DISK .iso
/
Games
/
snowboard.swf
/
scripts
/
frame_8
/
PlaceObject2_245_587
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-01-15
|
221 b
|
10 lines
onClipEvent(enterFrame){
_alpha = 0;
if(this.hitTest(_root.player) && _root.fadeOut._currentframe == 1)
{
_root.fadeOut.play();
_root.player.xspeed = 0;
}
this.getNextHighestDepth();
}